home *** CD-ROM | disk | FTP | other *** search
/ The Idea Engine / The Idea Engine.iso / pc / blue2.dir / 00109_Dn. Scr..ls < prev    next >
Encoding:
Text File  |  1995-10-16  |  242 b   |  11 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     puppetSprite(2, 1)
  4.     if the locV of sprite 2 > 20 then
  5.       set the locV of sprite 2 to the locV of sprite 2 - 20
  6.       updateStage()
  7.       put the locV of sprite 2
  8.     end if
  9.   end repeat
  10. end
  11.